![]() |
Parallel LCD library
0.5
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets
|
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets, which are found in most text-based LCDs. The library works with either 4 or 8 data lines in addition to the rs, and enable lines. More...
Functions | |
| int | lcdParallel_print (lcdParallel *device, const char *fmt,...) |
| Print format "..." args to the display. The output is limited to 128 bytes. More... | |
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets, which are found in most text-based LCDs. The library works with either 4 or 8 data lines in addition to the rs, and enable lines.
| int lcdParallel_print | ( | lcdParallel * | device, |
| const char * | fmt, | ||
| ... | |||
| ) |
Print format "..." args to the display. The output is limited to 128 bytes.
| *device | Device pointer returned by the lcdParallel_init or _init8 function. |
| *fmt | String which may contain formatters to be printed to the display. |
1.8.14